Gets a value indicating whether the
Generic ServiceStreamer is running.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Busy As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Boolean
value = instance.Busy
|
| C# | |
|---|
public bool Busy {get;} |
| C++/CLI | |
|---|
public:
property bool Busy {
bool get();
} |
Return Value
true, if the
Generic ServiceStreamer is running a sreaming operation; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also